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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
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.
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
Sure no problem. Will be in the next release.
Thanks for the sugestion.
Have fun,
Frans.