Skip to content

Commit

Permalink
Just playing with doxygen grouping a bit.
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnerrp committed Jan 12, 2013
1 parent 778249a commit dfed7d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion mythtv/docs/doxygen-architecture-document.cpp
Expand Up @@ -45,7 +45,7 @@ There are also a few simple \ref testing "testing shortcuts".
%MythTV is divided up into 20 libraries:
<dl>
<dt>libmythbase
<dt>\ref libmythbase "libmythbase"
<dd>Lowest-level %MythTV library. Used by the Plugins.
Contains the \ref database_subsystem "database",
Expand Down Expand Up @@ -979,3 +979,11 @@ currently supported, so the ImportRecorder is substituted for DEMO cards.
/** \defgroup db_schema MythTV Database Schema
This line is filler that is ignored by Doxygen.
*/

/** \defgroup libraries MythTV Libraries
This line is filler that is ignored by Doxygen.
*/

/** \defgroup libmythbase libmythbase - Core MythTV library
\ingroup libraries
*/

0 comments on commit dfed7d3

Please sign in to comment.