Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdoccommandlineparser.cpp File Reference

(7abba83016775ce874ed6a4e38c00dcf51c6b66e)

#include "qdoccommandlineparser.h"
#include "utilities.h"
#include <QtCore/qdebug.h>
#include <QtCore/qfile.h>
+ Include dependency graph for qdoccommandlineparser.cpp:

Go to the source code of this file.

Functions

static QStringList argumentsFromCommandLineAndFile (const QStringList &arguments)
 

Function Documentation

◆ argumentsFromCommandLineAndFile()

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.