Skip to content

Commit

Permalink
[docs] remove a bunch of unnecessary cruft, making the documentation …
Browse files Browse the repository at this point in the history
…more compact. im hoping i havent accidentally removed a section used by some groups but i absolutely might have missed it.
  • Loading branch information
harrand committed Nov 3, 2024
1 parent c6a7faf commit cb92b96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 22 deletions.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ ABBREVIATE_BRIEF = "The $name class" \
# description.
# The default value is: NO.

ALWAYS_DETAILED_SEC = NO
ALWAYS_DETAILED_SEC = YES

# If the INLINE_INHERITED_MEMB tag is set to YES, Doxygen will show all
# inherited members of a class in the documentation of that class as if those
Expand Down
23 changes: 2 additions & 21 deletions docs/DoxygenLayout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,38 +146,19 @@
<groupgraph visible="$GROUP_GRAPHS"/>
<memberdecl>
<nestedgroups visible="yes" title=""/>
<dirs visible="yes" title=""/>
<files visible="yes" title=""/>
<namespaces visible="yes" title=""/>
<concepts visible="yes" title=""/>
<classes visible="yes" title=""/>
<defines title=""/>
<typedefs title=""/>
<sequences title=""/>
<dictionaries title=""/>
<enums title=""/>
<enumvalues title=""/>
<functions title=""/>
<variables title=""/>
<signals title=""/>
<publicslots title=""/>
<protectedslots title=""/>
<privateslots title=""/>
<events title=""/>
<properties title=""/>
<friends title=""/>
<membergroups visible="yes"/>
<classes visible="yes" title=""/>
</memberdecl>
<memberdef>
<pagedocs/>
<functions title=""/>
<inlineclasses title=""/>
<defines title=""/>
<typedefs title=""/>
<sequences title=""/>
<dictionaries title=""/>
<enums title=""/>
<enumvalues title=""/>
<functions title=""/>
<variables title=""/>
<signals title=""/>
<publicslots title=""/>
Expand Down
1 change: 1 addition & 0 deletions include/tz/topaz.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

/**
* @defgroup tz API Reference
* @brief C++ API for the Topaz Engine
**/
namespace tz
{
Expand Down

0 comments on commit cb92b96

Please sign in to comment.