-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Design and Implement an end-to-end Documentation system for PhantomJS #10627
Comments
detroniz...@gmail.com commented:
|
nperria...@gmail.com commented:
|
detroniz...@gmail.com commented:
But I'd say: Qt and QtWebkit Documentation is the place to start from. |
ariya.hi...@gmail.com commented:
|
detroniz...@gmail.com commented:
About not needing to extract the doc from the real code, it makes sense but If I understand correctly, Node uses a little Node script + markdown module What I like about the Node doc is that it's a set of generated static files. Sencha doc seems to be doing heavy use of Ajax: that can be made "portable" |
david.rapin@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
detroniz...@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
detroniz...@gmail.com commented:
If someone says "let's write Java Interfaces of our modules and run javadoc |
detroniz...@gmail.com commented:
Am I totally wrong? |
ariya.hi...@gmail.com commented:
|
detroniz...@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
detroniz...@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
joniscoo...@googlemail.com commented:
|
detroniz...@gmail.com commented:
|
detroniz...@gmail.com commented:
|
james.m....@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
ariya.hi...@gmail.com commented:
|
james.m....@gmail.com commented:
|
Daux.io might be useful? Maybe not? |
Looks like it basically does the same thing that GitHub.com does plus some Bootstrap themes. That may still be helpful but I think the hope was to have the docs (or perhaps intermediary Markdown) generated from source comments (like JSDoc, etc.) if possible so that we don't forget to update an external doc file (i.e. like we forget to update the Wiki). The trick is to correctly merge the exposed C++ methods with the JS ones. |
I see. Do you know if there has been any progress on the generation toolset? |
No progress that I've heard of. I think we would probably just need to use Doxygen + QDoc formatted comments. |
The documentation has been using GitHub pages for a while already. #10627
Due to our very limited maintenance capacity (see #14541 for more details), we need to prioritize our development focus on other tasks. Therefore, this issue will be automatically closed. In the future, if we see the need to attend to this issue again, then it will be reopened. Thank you for your contribution! |
detroniz...@gmail.com commented:
Disclaimer:
This issue was migrated on 2013-03-15 from the project's former issue tracker on Google Code, Issue #627.
🌟 3 people had starred this issue at the time of migration.
The text was updated successfully, but these errors were encountered: