Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Whitespace fix |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
d4b29832832a3ccf284eb49ef3c64c60 |
User & Date: | tangent 2018-07-27 03:49:52.074 |
Context
2018-07-27
| ||
03:57 | Updated Doxygen-related files for Doxygen 1.8.14. check-in: 8bfb213043 user: tangent tags: trunk | |
03:49 | Whitespace fix check-in: d4b2983283 user: tangent tags: trunk | |
03:12 | Comment improvement. check-in: f82f99180c user: tangent tags: trunk | |
Changes
Changes to doc/html/refman/_header.html.
1 2 3 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> | | | | | 1 2 3 4 5 6 7 8 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>MySQL++ Reference Manual</title> <meta http-equiv="Content-type" content="text/html;charset=iso-8859-1"> <link href="doxygen.css" rel="stylesheet" type="text/css"> </head> <body> |