]> git.tdb.fi Git - builder.git/blobdiff - source/sharedlibrary.h
Add comments
[builder.git] / source / sharedlibrary.h
index 96a38fae0523192d14215af5c4580f6098ba407f..639592d165370500d2dfa7e5dd85df1a61b5caa2 100644 (file)
@@ -3,6 +3,10 @@
 
 #include "executable.h"
 
+/**
+Represents a shared library.  Mainly exists to give extra information to the
+user.
+*/
 class SharedLibrary: public Executable
 {
 public: