diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-01-06 20:54:16 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2003-01-06 20:54:16 (GMT) |
commit | be32faf9e70cecf7583687c1ce875071abd99005 (patch) | |
tree | b008f56412d0734ea397eb4492ddd66c08677dff /doc/external.doc | |
parent | ee8c5a59f9dce7e770d315f08af410b1ac5ab9c4 (diff) | |
download | Doxygen-be32faf9e70cecf7583687c1ce875071abd99005.zip Doxygen-be32faf9e70cecf7583687c1ce875071abd99005.tar.gz Doxygen-be32faf9e70cecf7583687c1ce875071abd99005.tar.bz2 |
Release-1.3-rc2-20030106
Diffstat (limited to 'doc/external.doc')
-rw-r--r-- | doc/external.doc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/external.doc b/doc/external.doc index e7d3bf0..994bd7f 100644 --- a/doc/external.doc +++ b/doc/external.doc @@ -35,6 +35,15 @@ reasons to not include all sources for these with every run of doxygen: linked in externally. This saves a lot of memory. <dt>Availability:<dd> For some projects that are documented with doxygen, the sources may just not be available. +<dt>Copyright issues:<dd>If the external + package and its documentation are copyright someone else, it may be + better - or even necessary - to reference it rather than include a + copy of it with your project's documentation. When the author forbids + redistribution, this is necessary. If the author requires compliance + with some license condition as a precondition of redistribution, and + you do now want to be bound by those conditions, referring to their + copy of their documentation is preferable to including a copy. + </dl> If any of the above apply, you can use doxygen's tag file mechanism. |