\ has to be escaped in doxygen content.
diff -u -4 -p -r1.1 Money.dox
--- Money.dox 21 Apr 2002 10:57:52 -0000 1.1
+++ Money.dox 13 Jun 2005 11:33:47 -0000
@@ -157,9 +157,9 @@ Let's adds that to our project, In the p
- In the 'Post-build description', enter 'Unit testing...'
- In 'post-build command(s)', add a new line: <tt>\$(TargetPath)$</tt>
<tt>\$(TargetPath)</tt> expands into the name of your application:
-Debug\MoneyApp.exe in debug configuration and Release\MoneyApp.exe in release
+Debug\\MoneyApp.exe in debug configuration and Release\\MoneyApp.exe in release
configuration.
What we are doing is say to VC++ to run our application for each build.
Notices the last line of \c main(), it returns a different error code,
@@ -554,5 +554,5 @@ and all the newbies around that keep ask
'Hello world' example ;-)
-*/
\ No newline at end of file
+*/
|