Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation addition #195

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove logo from doc title and add link to README.md
  • Loading branch information
kronos483 committed Mar 29, 2021
commit 04f8fdb86baf29d174a8161dc89a9f48ec7f2587
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ PROJECT_BRIEF =
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO = media/diligentgraphics-logo.png
PROJECT_LOGO =

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ git clone --recursive https://github.com/DiligentGraphics/DiligentCore.git
To build the module, see
[build instructions](https://github.com/DiligentGraphics/DiligentEngine/blob/master/README.md#build-and-run-instructions)
in the master repository.

<a name="api_basics"></a>
# API Basics

@@ -739,7 +739,7 @@ on how to set up clang-format and automatic code formatting.

[API Basics](http://diligentgraphics.com/diligent-engine/api-basics/)

[API Reference][1]
[API Reference][doc/html/index.html]

<a name="release_history"></a>
# Release History