Fix a mistake. \code should always be closed by \endcode, else doxygen will stop parsing (even if a documentation block ends).
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21694 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
3b5c41fb0c
commit
40ba6c7004
@ -5,7 +5,7 @@
|
|||||||
* Authors:
|
* Authors:
|
||||||
* Ingo Weinhold
|
* Ingo Weinhold
|
||||||
* Niels Sascha Reedijk <niels.reedijk@gmail.com>
|
* Niels Sascha Reedijk <niels.reedijk@gmail.com>
|
||||||
* Axel Dörfler, axeld@pinc-software.de
|
* Axel Dörfler <axeld@pinc-software.de>
|
||||||
*
|
*
|
||||||
* Corresponds to:
|
* Corresponds to:
|
||||||
* /trunk/headers/os/drivers/fs_interface.h rev 21568
|
* /trunk/headers/os/drivers/fs_interface.h rev 21568
|
||||||
@ -98,7 +98,7 @@
|
|||||||
|
|
||||||
The module name that exports the interface to your file system has to
|
The module name that exports the interface to your file system has to
|
||||||
end with this constant as in:
|
end with this constant as in:
|
||||||
\code "file_systems/myfs" B_CURRENT_FS_API_VERSION
|
\code "file_systems/myfs" B_CURRENT_FS_API_VERSION \endcode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
///// file_system_module_info /////
|
///// file_system_module_info /////
|
||||||
|
Loading…
Reference in New Issue
Block a user