From 3b235dd86d5508364ad9b969ece0ac2a71dd0ef0 Mon Sep 17 00:00:00 2001 From: James Crook Date: Tue, 8 Sep 2020 14:40:31 +0100 Subject: [PATCH] First go at a 'Dependencies' page for Audacity source code. --- dox2-src/Dependencies.dox2 | 39 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 dox2-src/Dependencies.dox2 diff --git a/dox2-src/Dependencies.dox2 b/dox2-src/Dependencies.dox2 new file mode 100644 index 000000000..879c40299 --- /dev/null +++ b/dox2-src/Dependencies.dox2 @@ -0,0 +1,39 @@ +/********************************************************************** + + Audacity: A Digital Audio Editor + + Dependencies.dox2 + + +********************************************************************//** + +\page Dependencies Dependencies in Audacity + +\section DependenciesIntro Introduction + +A script that runs nightly maps out he dependencies between source +files in the Audacity code base. We aim for this graph to be +relatively untangled, spearation of concerns, so that classes can +be understood better on their own, without having to read many other +source files. + +This presentation of the dependencies, and indeed the actual network +of the dependencies are works in progress. We aim to improve both. + +\htmlonly + +
+ +\endhtmlonly + + +
+ +\section AnotherSection More stuff here.... + +\attention A point worth noting is... + +
+ + +*//********************************************************************/ \ No newline at end of file