Bugzilla bug 281158: put a Windows file pathname inside Doxygen's

@verbatim/@endverbatim block to prevent Doxygen from interpreting the
backslashes as commands. r=cbiesinger,sr=bzbarsky.
This commit is contained in:
wtchang%redhat.com 2005-10-04 22:46:31 +00:00
Родитель f258779fe0
Коммит b64da37bb4
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -476,8 +476,10 @@ public: // NOT in nsIViewManager, so private to the view module
* method:
*
* @par
* fatal error C1001: INTERNAL COMPILER ERROR
* (compiler file 'E:\8966\vc98\p2\src\P2\main.c', line 494)
@verbatim
fatal error C1001: INTERNAL COMPILER ERROR
(compiler file 'E:\8966\vc98\p2\src\P2\main.c', line 494)
@endverbatim
*
* @par
* Making the method return nsresult worked around the internal