Sfoglia il codice sorgente

add: use cargo doc

Michael Mächtel 8 anni fa
parent
commit
539c0333b0
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      hw2/task2/README.md

+ 2
- 1
hw2/task2/README.md Vedi File

@@ -284,7 +284,8 @@ Tests in `tests/task2.rs` funktionieren erst, wenn eine `src/lib.rs` existiert
284 284
 
285 285
 ### Dokumentation
286 286
 
287
-Dokumentieren Sie die Funktionen in Ihrer `lib.rs`.
287
+Dokumentieren Sie die Funktionen in Ihrer `lib.rs`, sodass **cargo doc** eine
288
+aussagekräftige Dokumentation erstellt.
288 289
 
289 290
 Da Sie im `src/`Verzeichnis eine `main.rs` und eine `lib.rs` vorliegen haben,
290 291
 beschwert sich **cargo doc**, dass es nicht weiss wie es die Dokumentation

Loading…
Annulla
Salva