X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsharedlibrary.h;h=639592d165370500d2dfa7e5dd85df1a61b5caa2;hb=74266a6e650f019063cdcd1c9a7bd26d8f99041b;hp=96a38fae0523192d14215af5c4580f6098ba407f;hpb=1a46151c99a406123c4ddfc797a7841baf3e4cc2;p=builder.git diff --git a/source/sharedlibrary.h b/source/sharedlibrary.h index 96a38fa..639592d 100644 --- a/source/sharedlibrary.h +++ b/source/sharedlibrary.h @@ -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: