codec: file descriptions under file header so that they are put in godoc

This commit is contained in:
Saxon 2019-05-06 15:47:51 +09:30
parent 314a8dab9a
commit 478db11ecc
4 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,8 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// lex.go provides a lexer to lex h264 bytestream into access units.
package h264
import (

View File

@ -25,6 +25,8 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// lex_test.go provides tests for the lexer in lex.go.
package h264
import (

View File

@ -25,6 +25,8 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// lex.go provides a lexer to extract separate JPEG images from a MJPEG stream.
package mjpeg
import (

View File

@ -25,6 +25,8 @@ LICENSE
along with revid in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// lex_test.go provides testing for the lexer in lex.go.
package mjpeg
import (