diff options
author | David Robillard <d@drobilla.net> | 2008-10-02 05:16:25 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-10-02 05:16:25 +0000 |
commit | 38761ec2b70605e7ad126691075a448a357db912 (patch) | |
tree | 03b22c7a14fecbe3509f996ec486c6b58515fc7c /src/gui | |
parent | 0da0c8f334f441261e8e113c583413a9d9122248 (diff) | |
download | ingen-38761ec2b70605e7ad126691075a448a357db912.tar.gz ingen-38761ec2b70605e7ad126691075a448a357db912.tar.bz2 ingen-38761ec2b70605e7ad126691075a448a357db912.zip |
Make --build-docs at configure time trigger documentation building at build time.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1589 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/Port.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp index 031c74c5..38db6d25 100644 --- a/src/gui/Port.cpp +++ b/src/gui/Port.cpp @@ -34,7 +34,7 @@ namespace Ingen { namespace GUI { -/** @param flip Make an input port appear as an output port, and vice versa. +/** @a flip Make an input port appear as an output port, and vice versa. */ Port::Port( boost::shared_ptr<FlowCanvas::Module> module, |