← Back to team overview

anewt-developers team mailing list archive

[Branch ~uws/anewt/anewt.uws] Rev 1807: [database] Silence Doxygen

 

------------------------------------------------------------
revno: 1807
committer: Wouter Bolsterlee <uws@xxxxxxxxx>
branch nick: anewt
timestamp: Fri 2010-11-05 14:37:50 +0100
message:
  [database] Silence Doxygen
modified:
  database/database.lib.php


--
lp:anewt
https://code.launchpad.net/~uws/anewt/anewt.uws

Your team Anewt developers is subscribed to branch lp:anewt.
To unsubscribe from this branch go to https://code.launchpad.net/~uws/anewt/anewt.uws/+edit-subscription
=== modified file 'database/database.lib.php'
--- database/database.lib.php	2010-10-26 18:59:39 +0000
+++ database/database.lib.php	2010-11-05 13:37:50 +0000
@@ -73,6 +73,8 @@
 
 /** Database query exception */
 class AnewtDatabaseQueryException extends AnewtDatabaseException {}
+
+/** Database query constraint exception */
 class AnewtDatabaseQueryExceptionConstraint extends AnewtDatabaseQueryException {}