Add TODO items to tidy code for easier understanding.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5185 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
7f572468e5
commit
a4f51bd0bf
@ -25,6 +25,11 @@
|
||||
/*
|
||||
* Build commands and menu items.
|
||||
*/
|
||||
/* TODO: tidy code:
|
||||
* De-uglify expressions with too much pointer indirection/array indexing by
|
||||
* adding intermediate variables.
|
||||
* Replace defines with enums.
|
||||
* Other TODOs in code. */
|
||||
|
||||
#include "geany.h"
|
||||
#include "build.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user