Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qdoccommandlineparser.h"
#include "utilities.h"
#include <QtCore/qdebug.h>
#include <QtCore/qfile.h>
Go to the source code of this file.
Functions | |
static QStringList | argumentsFromCommandLineAndFile (const QStringList &arguments) |
|
static |
Create a list of arguments from the command line and/or file(s). This lets QDoc accept arguments contained in a file provided as a command-line argument prepended by '@'.
Definition at line 144 of file qdoccommandlineparser.cpp.