From 2c0aed9d8f98eb5206c49c8337c28752217feaab Mon Sep 17 00:00:00 2001 From: Ross Bencina Date: Fri, 23 Sep 2016 18:49:00 +1000 Subject: [PATCH] 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. --- doc/src/mainpage.dox | 11 ++++------- doc/src/tutorial/compile_windows_mingw.dox | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) 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 = -- 2.43.0