forked from Mudlet/Mudlet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixup: improve some things reported by Codacy (Mudlet#1264)
* Fixup: improve some things reported by Codacy Added a hash-bang entry to src/mudlet-lua/genDoc.sh Removed "almost illegal" #define of _DEBUG_ to nothing in: src/dlgConnectionProfiles.cpp as that is reserved for compilers' use in the C++ standards and should not be #define-d by the end user. Removed some lines containing just a '#' character in 3rdparty/communi/include/IrcCore/ircglobal.h as Codacy was reporting an un-closed #if...#else - the "# endif" was present but it is not clear that isolated '#' characters are wise/safe to use in a C/C++ source code file. Also added some non-source code files to main Qt project files including one modified by this commit so that they show up in the Qt Creator IDE. Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
- Loading branch information
Showing
4 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
|
||
#!/bin/sh | ||
# wipe all old html files | ||
cd mudlet-lua-doc/ | ||
find . -name "*.html" -type f | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters