-
Notifications
You must be signed in to change notification settings - Fork 463
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: Add initial doxygen setup #2408
base: master
Are you sure you want to change the base?
Conversation
Whoa is that generating docs from parsing the C++ source? My primary concern here is that having the internals documented implies a stability contract that we don't offer. |
This is hella cool though - https://nschonni.github.io/libsass/html/class_sass_1_1_a_s_t___node.html |
Right now it doesn't even get pushed into the repo since it's gitignored. I just figured it was a good start to get it in place. Then the javadoc style blocks can be added to start indicating the stablity of parts before maybe adding it to a CI build publish |
Aside from the C API it's all unstable, maybe indefinitely. If we could
restrict the parsing to just those file this could be nifty though.
…On 2 Jun. 2017 4:09 pm, "Nick Schonning" ***@***.***> wrote:
My primary concern here is that having the internals documented implies a
stability contract that we don't offer.
Right now it doesn't even get pushed into the repo since it's gitignored.
I just figured it was a good start to get it in place. Then the javadoc
style blocks can be added to start indicating the stablity of parts before
maybe adding it to a CI build publish
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2408 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAjZWOJNlGpEA31aRKMvH_WjYMP7Hbfzks5r_6c3gaJpZM4Nt2AE>
.
|
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.pyw, *.f90, *.f95, *.f03, *.f08, | ||
# *.f, *.for, *.tcl, *.vhd, *.vhdl, *.ucf and *.qsf. | ||
|
||
FILE_PATTERNS = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xzyfer I think by changing this to the sass.h
, and mabye the docs, it would only expose those parts
Took the idea/template from the N-API project.
Currently the generated docs are excluded from the project, but I pushed up and example here http://nschonni.github.io/libsass/html/ afer turning on the
docs
folder in the Settings