removed: doc functionality (generating documentation from a model)

we can use our own class (based on FlatConnector and FlatExpression) to generate documentation




git-svn-id: svn://ttmath.org/publicrep/morm/trunk@1213 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2019-09-18 15:55:42 +00:00
parent bb3f69fe8d
commit a5d5a81a57
16 changed files with 17 additions and 800 deletions

View File

@@ -5,7 +5,7 @@
*/
/*
* Copyright (c) 2018, Tomasz Sowa
* Copyright (c) 2018-2019, Tomasz Sowa
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -42,11 +42,9 @@
#include "jsonexpression.h"
#include "postgresqlexpression.h"
#include "dochtmlexpression.h"
#include "jsonconnector.h"
#include "postgresqlconnector.h"
#include "dochtmlconnector.h"
#include "modelconnector.h"
#include "clearer.h"