finereport2001 / markdown-doclet

Automatically exported from code.google.com/p/markdown-doclet
Other
0 stars 0 forks source link

Method summaries do not apply markup in some situations #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write the following javadoc for a method...
The *table name* this DRO appears as `e.g. INVESTMENTTRANS`
2. Generate javadoc for the owning class.
3. View the method summary for the method

See DRODefinition.html and method summary getCode() in attached.

What is the expected output? What do you see instead?
I would expect the "e.g." to be marked up as a code element.
Instead I see the opening markup tag ` and "e.g." isn't marked up.

What version of the product are you using? On what operating system?
v2? on win xp sp2

Please provide any additional information below.

Original issue reported on code.google.com by smb...@gmail.com on 6 Jan 2010 at 7:58

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by tibe...@gmail.com on 22 Apr 2010 at 3:53