Skip to content

Commit

Permalink
Add \brief tag so description appears in files table
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Jan 15, 2013
1 parent 0abbcaa commit ea468b9
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/user/interface/GridLayout.dox
Expand Up @@ -12,7 +12,7 @@

/*!
\file GridLayout.h
Provides the BGridLayout class.
\brief Provides the BGridLayout class.
*/


Expand Down
5 changes: 3 additions & 2 deletions docs/user/interface/GroupLayout.dox
Expand Up @@ -10,8 +10,9 @@
*/


/*! \file GroupLayout.h
Describes the BGroupLayout class
/*!
\file GroupLayout.h
\brief Describes the BGroupLayout class.
*/


Expand Down
2 changes: 1 addition & 1 deletion docs/user/interface/LayoutItem.dox
Expand Up @@ -12,7 +12,7 @@

/*!
\file LayoutItem.h
Describes the BLayoutItem class
\brief Describes the BLayoutItem class
*/


Expand Down
1 change: 1 addition & 0 deletions docs/user/midi2/Midi2Defs.dox
@@ -1,5 +1,6 @@
/*!
\file Midi2Defs.h
\brief Some definitions to define raw MIDI events.
\ingroup midi2
*/

Expand Down
2 changes: 1 addition & 1 deletion docs/user/storage/Entry.dox
Expand Up @@ -14,7 +14,7 @@

/*!
\file Entry.h
Provides the BEntry class and entry_ref implementations.
\brief Provides the BEntry class and entry_ref implementations.
*/


Expand Down
2 changes: 1 addition & 1 deletion docs/user/storage/File.dox
Expand Up @@ -15,7 +15,7 @@

/*!
\file File.h
Provides the BFile class.
\brief Provides the BFile class.
*/


Expand Down

0 comments on commit ea468b9

Please sign in to comment.