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:
Niels Sascha Reedijk
2007-07-23 22:41:58 +00:00
parent 3b5c41fb0c
commit 40ba6c7004
+2 -2
View File
@@ -5,7 +5,7 @@
* Authors:
* Ingo Weinhold
* Niels Sascha Reedijk <[email protected]>
* Axel Dörfler, [email protected]
* Axel Dörfler <[email protected]>
*
* Corresponds to:
* /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
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 /////