From: Ross Bencina Date: Fri, 23 Sep 2016 08:49:00 +0000 (+1000) Subject: Doxygen document tweaks: * Link to our Wiki for latest MinGW build information. ... X-Git-Tag: pa_stable_v190600_20161030~4^2 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=refs%2Fheads%2Frb-doxygen-tweaks;p=portaudio Doxygen document tweaks: * Link to our Wiki for latest MinGW build information. * Fix for latest doxygen: non-displaying links on main page (add space before
). * Remove broken link to java binding docs (not compiled). * Update link to mailing list. --- diff --git a/doc/src/mainpage.dox b/doc/src/mainpage.dox index 4af01dd..7a54d32 100644 --- a/doc/src/mainpage.dox +++ b/doc/src/mainpage.dox @@ -8,16 +8,16 @@ The library provides functions that allow your software to acquire and output re @section start_here Start here -- @ref api_overview
+- @ref api_overview
A top-down view of the PortAudio API, its capabilities, functions and data structures -- @ref tutorial_start
+- @ref tutorial_start
Get started writing code with PortAudio tutorials - @ref examples_src "Examples"
Simple example programs demonstrating PortAudio usage -- @ref License
+- @ref License
PortAudio is licenced under the MIT Expat open source licence. We make a non-binding request for you to contribute your changes back to the project. @@ -34,13 +34,10 @@ Documentation for non-portable platform-specific host API extensions - The PortAudio website -- Our mailing list for users and developers
+- Our mailing list for users and developers
- The PortAudio wiki -- @ref java_binding
-Documentation for the Java JNI interface to PortAudio - @section developer_resources Developer Resources @if INTERNAL diff --git a/doc/src/tutorial/compile_windows_mingw.dox b/doc/src/tutorial/compile_windows_mingw.dox index 47bba38..d521b7b 100644 --- a/doc/src/tutorial/compile_windows_mingw.dox +++ b/doc/src/tutorial/compile_windows_mingw.dox @@ -3,7 +3,7 @@ @section comp_mingw1 Portaudio for Windows With MinGW -The following document is still being reviewed +This document contains old or out-of-date information. Please see a draft of new MinGW information on our Wiki: PortAudio Wiki: Notes about building PortAudio with MinGW = MinGW/MSYS =