[Doxygen-users] Escaping period character (.)
Brought to you by:
dimitri
From: Robert D. <rcd...@gm...> - 2009-04-03 20:14:05
|
I currently have JAVADOC_AUTOBRIEF enabled and I need to escape a period (.) character to prevent it from being parsed by Doxygen as a real period ending a sentence. For example, my documentation looks like: /// This is required by Boost.Serialization. virtual char const* get_key() const = 0; As you can see, the first period is part of the name "Boost.Serialization" and does is not meant to indicate the end of the brief description. Can I escape the period somehow? |