This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes Java doc help Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Java doc help" Watch "Java doc help" New topic
Author

Java doc help

Ryan Waggoner
Ranch Hand

Joined: Jun 27, 2007
Posts: 75
Hi there.

Here is the java doc I am trying to return...


But it think <Integer> is an html tag and it wont show up in the actual java doc display.

How do I tell it that <Integer> is not an html tag?

Thanks!
marc weber
Sheriff

Joined: Aug 31, 2004
Posts: 11343

Originally posted by Ryan Waggoner:
...But it think <Integer> is an html tag and it wont show up in the actual java doc display.

How do I tell it that <Integer> is not an html tag? ...

In place of the characters < and >, try using &lt; and &gt; respectively. (See this table of HTML escape sequences.)
[ August 29, 2007: Message edited by: marc weber ]

"We're kind of on the level of crossword puzzle writers... And no one ever goes to them and gives them an award." ~Joe Strummer
sscce.org
Ryan Waggoner
Ranch Hand

Joined: Jun 27, 2007
Posts: 75
Prefect, thanks a lot!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Java doc help
 
Similar Threads
Generating OL LI tree structure from a recursive method call
Embedding Lists in XHTML
help on jsp and xml
Tree Structure + Depth First Traversal?
need help for critical path analysis in java