D
D
Dmitry Karassev2014-09-19 07:38:34
Java
Dmitry Karassev, 2014-09-19 07:38:34

How to write/import javadoc to database?

The question itself has been raised. I work on IDEA, the necessary description / instructions in the project are already described at the level of Java-docs. Importing into HTML from the environment is suitable for reference information, but very little - the project (access to the core of the system) will be handled by people who will be very frightened by the standard documentation (oh, how everything is incomprehensible here - a standard replica). Therefore, the idea is to write a friendly help GUI. I don’t really want to parse the data into the interface from the already created java-doc (it’s much better to pull the necessary from the database).

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bromzh, 2014-09-21
@bromzh

Use Sphinx. She knows how to javadoc (well, or rewrite the docks in restructuredText format). There you can not only describe a pure API, but also arbitrary text, you can insert links to classes / methods from the code. Plus, there are many ready-made themes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question