Menu

"extra" section.

G. Salazar
2007-07-04
2013-04-23
  • G. Salazar

    G. Salazar - 2007-07-04

    Say, I noticed that every *.html file generated contains a couple of sections at the top of the document, namely, "logo" and "extra"...with a couple of exceptions: the "extra" does not show up in my *.c or *.h files...is that on purpose?

    G.Salazar

     
    • Frans Slothouber

      Not that is not on purpose.
      I think the "extra" does not show-up for any of the sourcefiles.
      Both the "extra" and "logo" sections are also not used at the moment.
      This is probably going to change though.
      Planning on a small redesign of the css and the output to allow better
      customization through a custom css file.

      Have fun,
      Frans.

       
    • G. Salazar

      G. Salazar - 2007-07-06

      o.k.

      And as far as more customization capabilities is concerned, I vote for what I think should be very easy to implement:  I would vote for having the ability of including a file (presumably with text/code compatible with the output requested) into the logo section and another file into the extra section:

      In

      <div id="logo">
      <a name="robo_top_of_doc">Name</a>
        here would be the
        content of mylogo.html, for example
      </div> <!-- logo -->

      and into

      <div id="extra">
        and here the content
        of myextra.html, for example
      </div> <!-- extra -->

      via flags, like:
      robodoc -src ./  -doc ./doc  -logo mylogo.html  -extra myextr.html  -i NAME -i DESC...

      my 2 cents.

      G.Salazar

       
    • Frans Slothouber

      Sure no problem.  Will be in the next release.
      Thanks for the sugestion.

      Have fun,
      Frans.

       

Log in to post a comment.