From: <dal...@us...> - 2024-07-19 20:04:49
|
Revision: 25738 http://sourceforge.net/p/jedit/svn/25738 Author: daleanson Date: 2024-07-19 20:04:47 +0000 (Fri, 19 Jul 2024) Log Message: ----------- Update docs, use the name "QDocSideKick" consistently. Modified Paths: -------------- plugins/QDoc/trunk/docs/qdoc.html Modified: plugins/QDoc/trunk/docs/qdoc.html =================================================================== --- plugins/QDoc/trunk/docs/qdoc.html 2024-05-22 03:03:14 UTC (rev 25737) +++ plugins/QDoc/trunk/docs/qdoc.html 2024-07-19 20:04:47 UTC (rev 25738) @@ -1,9 +1,9 @@ <html> <head><title> -QDoc Plugin</title> +QDocSideKick</title> </head> <body> - <h2>QDoc Plugin</h2> + <h2>QDocSideKick Plugin</h2> <h3>Dale Anson and Alan Ezust</h3> <p></p> <p><a href="https://doc.qt.io/qt-6/01-qdoc-manual.html">QDoc</a> is @@ -14,8 +14,9 @@ </p> <p> This plugin provides SideKick with hierarchical structure data on the currently - editing .qdoc file. The elements QDoc SideKick cares about are: - <tt>\page \section1 \section2 \section3 \section4</tt>. + editing .qdoc file. The elements QDocSideKick cares about are: + <tt>\page \section1 \section2 \section3 \section4</tt>. This makes a decent tree + to assist in navigating a qdoc file. </p> </body> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |