Book a Demo

Author Topic: Notes of interface parameters not in HTML output  (Read 3138 times)

robH

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Notes of interface parameters not in HTML output
« on: May 20, 2005, 07:45:48 am »
Have I missed something obvious....

I've added notes against parameters of interface methods but when I output the HTML I can view the notes of the interface methods but there is no link to view the notes of the parameter itself...

...is there an option somewhere that I have missed?

robH

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Notes of interface parameters not in HTML outp
« Reply #1 on: May 20, 2005, 08:12:51 am »
ok...I'll answer my own post.

In the HTML Template there is a Parameter tag - unfortunately the list is not in alphabetic order and theres no description of what each tag means and how it'll look but thats another matter.

Simply add the #NOTES# tag somewhere against Parameter and that'll do the trick.

TyreeJackson

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Notes of interface parameters not in HTML outp
« Reply #2 on: June 28, 2005, 08:47:42 am »
Quote
ok...I'll answer my own post.

In the HTML Template there is a Parameter tag - unfortunately the list is not in alphabetic order and theres no description of what each tag means and how it'll look but thats another matter.

Simply add the #NOTES# tag somewhere against Parameter and that'll do the trick.


I am having an issue similar to this.  I just upgrade my copy from EA version 4 to version 5.  Since the upgrade, the parameter notes have dissappeared from the HTML reports for my C# classes.  

I did the insertion of the #NOTES# tag that you mention above, but it added the notes to the wrong column in the html reports (under the "Operation" column, instead of in the "Details" column, and in the middle of the method specification!)  There is a second template item named "Parameter (2)".  However, when I check that template item, the tags are all already present, including the #NOTES# tag.  It would appear that this is the template responsible for displaying the information that I want, but I don't know what tag to embed into the "Operation Item" template item, to get EA to invoke the "Parameter (2)" template item.  I see that the #PARAMS# tag invokes the "Parameter" template item.  I just need the tag name for the "Parameter (2)" template item.  Does anyone know where I can get a list of the tag names that you can use in the HTML and CSS Style Templates?